home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD80307222000.psc / Example / Resource File / make.bat < prev    next >
Encoding:
DOS Batch File  |  2000-07-23  |  225 b   |  15 lines

  1. @echo off
  2.  
  3. REM This will create the Resource File
  4. REM RC.EXE is the Resource Compiler in the path VB98\WIZARD\RC.EXE
  5.  
  6. echo. 
  7. echo Creating Resource File...
  8. echo.
  9.  
  10. CALL RC.EXE EXAMPLE.RC
  11.  
  12. echo. 
  13. echo Done.
  14. echo.
  15.